home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
unix
/
textmstr.shr
/
tm.hqx
/
Source Code ƒ
/
P
/
PUtils_TextMaster.h
< prev
Wrap
Text File
|
1991-05-09
|
1KB
|
32 lines
/* PUtils_TextMaster Utilities
File name: PUtils_TextMaster.h
Function: Utilities for the Prototyper specific code.
History: 5/9/91 Original by Prototyper 3.0 */
/* ======================================================= */
/* See if a trap is available */
Boolean TrapAvailable (short trapNumber, short tType);
/* See if any user events are available */
void GetUserEvent(UserEventPRec TheUserEvent);
/* Add a user event */
void Add_UserEvent(short ID, short ID2, long Data1, long Data2, Handle theHandle);
/* Open a file, user selects the file */
Boolean Do_The_Open_File (short NumberOfTypes);
/* Save to a file, user selects the file */
Boolean Do_The_Save_File ( OSType creator, OSType fileType);
/* Setup a dialog or alert item */
void SetupTheItem (DialogPtr theDialog, short ItemID, Boolean SizeIt, Boolean ShowIt, Boolean EnableIt, Boolean SetTheMax,
Rect * thePosition , long ExtraData , short StringID );
/* ======================================================= */